testing.common.chatty (field)
40 uses
testing (current package)
benchmark.go#L250: if b.chatty != nil && (len(b.output) > 0 || finished) {
benchmark.go#L557: main.chatty = newChattyPrinter(main.w)
benchmark.go#L571: if b.chatty == nil {
benchmark.go#L581: chatty: b.chatty,
benchmark.go#L598: if b.chatty != nil {
benchmark.go#L647: chatty: b.chatty,
benchmark.go#L661: if b.chatty != nil {
fuzz.go#L310: chatty: f.chatty,
fuzz.go#L319: if t.chatty != nil {
fuzz.go#L321: t.chatty.Updatef(t.name, "=== RUN %s\n", t.name)
fuzz.go#L415: } else if f.chatty != nil {
fuzz.go#L485: root.chatty = newChattyPrinter(root.w)
fuzz.go#L509: chatty: root.chatty,
fuzz.go#L515: if f.chatty != nil {
fuzz.go#L517: f.chatty.Updatef(f.name, "=== RUN %s\n", f.name)
fuzz.go#L550: root.chatty = newChattyPrinter(root.w)
fuzz.go#L580: chatty: root.chatty,
fuzz.go#L586: if f.chatty != nil {
fuzz.go#L588: f.chatty.Updatef(f.name, "=== FUZZ %s\n", f.name)
testing.go#L505: chatty *chattyPrinter // A copy of chattyPrinter, if the chatty flag is set.
testing.go#L696: if c.chatty != nil && p.w == c.chatty.w {
testing.go#L706: c.chatty.Updatef(testName, format, args...)
testing.go#L889: if c.chatty != nil {
testing.go#L895: c.chatty.Printf(c.name, "%s", c.decorate(s, depth+1))
testing.go#L1253: if t.chatty != nil {
testing.go#L1260: t.chatty.Updatef(t.name, "=== PAUSE %s\n", t.name)
testing.go#L1267: if t.chatty != nil {
testing.go#L1268: t.chatty.Updatef(t.name, "=== CONT %s\n", t.name)
testing.go#L1472: chatty: t.chatty,
testing.go#L1478: if t.chatty != nil {
testing.go#L1479: t.chatty.Updatef(t.name, "=== RUN %s\n", t.name)
testing.go#L1759: } else if t.chatty != nil {
testing.go#L1835: t.chatty = newChattyPrinter(t.w)